From e983a98edf846e76866f7c0b0434514e659753ee Mon Sep 17 00:00:00 2001 From: Vignesh Date: Wed, 28 Jun 2017 23:19:50 +1000 Subject: [PATCH] Added documentation blacklisting notes --- src/doc/manifest.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index abf0a4b15..8fd2d6c37 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -48,6 +48,11 @@ This field specifies a URL to a website hosting the crate's documentation. If no URL is specified in the manifest file, [crates.io][cratesio] will automatically link your crate to the corresponding [docs.rs][docsrs] page. +Documentation links from specific domainss are blacklisted. Currently, any link +from rust-ci.org will be blacklisted since this domain is no longer used for +legitimate documentation hosting. URLs from this domain will have no reported +documentation link on crates.io. + [docsrs]: https://docs.rs/ [cratesio]: https://crates.io/ -- 2.30.2